Class: Aws::Types::ValidationException
- Inherits:
-
Object
- Object
- Aws::Types::ValidationException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#exception_cause ⇒ "InsufficientS3BucketPolicy", "S3AccessDenied"
Returns the value of attribute exception_cause.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#exception_cause ⇒ "InsufficientS3BucketPolicy", "S3AccessDenied"
Returns the value of attribute exception_cause.
1162 1163 1164 |
# File 'sig/types.rbs', line 1162 def exception_cause @exception_cause end |
#message ⇒ ::String
Returns the value of attribute message.
1161 1162 1163 |
# File 'sig/types.rbs', line 1161 def @message end |