Class: Aws::WAFRegional::Errors::WAFEntityMigrationException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::WAFRegional::Errors::WAFEntityMigrationException
- Defined in:
- lib/aws-sdk-wafregional/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ WAFEntityMigrationException
constructor
A new instance of WAFEntityMigrationException.
- #message ⇒ String
- #migration_error_reason ⇒ String
- #migration_error_type ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ WAFEntityMigrationException
Returns a new instance of WAFEntityMigrationException.
92 93 94 |
# File 'lib/aws-sdk-wafregional/errors.rb', line 92 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
97 98 99 |
# File 'lib/aws-sdk-wafregional/errors.rb', line 97 def @message || @data[:message] end |
#migration_error_reason ⇒ String
107 108 109 |
# File 'lib/aws-sdk-wafregional/errors.rb', line 107 def migration_error_reason @data[:migration_error_reason] end |
#migration_error_type ⇒ String
102 103 104 |
# File 'lib/aws-sdk-wafregional/errors.rb', line 102 def migration_error_type @data[:migration_error_type] end |