class Aws::WAFRegional::Errors::WAFEntityMigrationException

Public Class Methods

new(context, message, data = Aws::EmptyStructure.new) click to toggle source

@param [Seahorse::Client::RequestContext] context @param [String] message @param [Aws::WAFRegional::Types::WAFEntityMigrationException] data

Calls superclass method
# File lib/aws-sdk-wafregional/errors.rb, line 92
def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Public Instance Methods

message() click to toggle source

@return [String]

# File lib/aws-sdk-wafregional/errors.rb, line 97
def message
  @message || @data[:message]
end
migration_error_reason() click to toggle source

@return [String]

# File lib/aws-sdk-wafregional/errors.rb, line 107
def migration_error_reason
  @data[:migration_error_reason]
end
migration_error_type() click to toggle source

@return [String]

# File lib/aws-sdk-wafregional/errors.rb, line 102
def migration_error_type
  @data[:migration_error_type]
end