Class: Aws::S3Files::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Files::Types::InternalServerException
- Defined in:
- gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb
Overview
An internal server error occurred. Retry your request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_code ⇒ String
The error code associated with the exception.
-
#message ⇒ String
Instance Attribute Details
#error_code ⇒ String
The error code associated with the exception.
873 874 875 876 877 878 |
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 873 class InternalServerException < Struct.new( :error_code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
873 874 875 876 877 878 |
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 873 class InternalServerException < Struct.new( :error_code, :message) SENSITIVE = [] include Aws::Structure end |