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.
4589 4590 4591 |
# File 'sig/types.rbs', line 4589 def attached_file_invalid_request_exception_reason @attached_file_invalid_request_exception_reason end |
#unknown ⇒ Object
Returns the value of attribute unknown.
4590 4591 4592 |
# File 'sig/types.rbs', line 4590 def unknown @unknown end |