Class: Aws::Types::InvalidRequestExceptionReason
- Inherits:
-
Object
- Object
- Aws::Types::InvalidRequestExceptionReason
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: AttachedFileInvalidRequestExceptionReason, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attached_file_invalid_request_exception_reason ⇒ "INVALID_FILE_SIZE", ...
Returns the value of attribute attached_file_invalid_request_exception_reason.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#attached_file_invalid_request_exception_reason ⇒ "INVALID_FILE_SIZE", ...
Returns the value of attribute attached_file_invalid_request_exception_reason.
4642 4643 4644 |
# File 'sig/types.rbs', line 4642 def attached_file_invalid_request_exception_reason @attached_file_invalid_request_exception_reason end |
#unknown ⇒ Object
Returns the value of attribute unknown.
4643 4644 4645 |
# File 'sig/types.rbs', line 4643 def unknown @unknown end |