Class: Aws::Types::WAFEntityMigrationException
- Inherits:
-
Object
- Object
- Aws::Types::WAFEntityMigrationException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#message ⇒ ::String
Returns the value of attribute message.
-
#migration_error_reason ⇒ ::String
Returns the value of attribute migration_error_reason.
-
#migration_error_type ⇒ "ENTITY_NOT_SUPPORTED", ...
Returns the value of attribute migration_error_type.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
1207 1208 1209 |
# File 'sig/types.rbs', line 1207 def @message end |
#migration_error_reason ⇒ ::String
Returns the value of attribute migration_error_reason.
1209 1210 1211 |
# File 'sig/types.rbs', line 1209 def migration_error_reason @migration_error_reason end |
#migration_error_type ⇒ "ENTITY_NOT_SUPPORTED", ...
Returns the value of attribute migration_error_type.
1208 1209 1210 |
# File 'sig/types.rbs', line 1208 def migration_error_type @migration_error_type end |