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.
4739 4740 4741 |
# File 'sig/types.rbs', line 4739 def attached_file_invalid_request_exception_reason @attached_file_invalid_request_exception_reason end |
#unknown ⇒ Object
Returns the value of attribute unknown.
4740 4741 4742 |
# File 'sig/types.rbs', line 4740 def unknown @unknown end |