Class: Aws::WAF::Errors::WAFEntityMigrationException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::WAF::Errors::WAFEntityMigrationException
- Defined in:
- lib/aws-sdk-waf/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.
91 92 93 |
# File 'lib/aws-sdk-waf/errors.rb', line 91 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
96 97 98 |
# File 'lib/aws-sdk-waf/errors.rb', line 96 def @message || @data[:message] end |
#migration_error_reason ⇒ String
106 107 108 |
# File 'lib/aws-sdk-waf/errors.rb', line 106 def migration_error_reason @data[:migration_error_reason] end |
#migration_error_type ⇒ String
101 102 103 |
# File 'lib/aws-sdk-waf/errors.rb', line 101 def migration_error_type @data[:migration_error_type] end |