Class: Aws::WAF::Errors::WAFEntityMigrationException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::WAF::Errors::WAFEntityMigrationException
- Defined in:
- sig/errors.rbs,
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 |
# File 'lib/aws-sdk-waf/errors.rb', line 96
def message: () -> ::String
|
#migration_error_reason ⇒ String
106 |
# File 'lib/aws-sdk-waf/errors.rb', line 106
def migration_error_reason: () -> ::String
|
#migration_error_type ⇒ String
101 |
# File 'lib/aws-sdk-waf/errors.rb', line 101
def migration_error_type: () -> ::String
|