Class: Aws::NimbleStudio::Types::InternalServerErrorException
- Inherits:
-
Struct
- Object
- Struct
- Aws::NimbleStudio::Types::InternalServerErrorException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-nimblestudio/types.rb
Overview
An internal error has occurred. Please retry your request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
A more specific error code.
-
#context ⇒ Hash<String,String>
The exception context.
-
#message ⇒ String
A human-readable description of the error.
Instance Attribute Details
#code ⇒ String
A more specific error code.
1305 1306 1307 1308 1309 1310 1311 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 1305 class InternalServerErrorException < Struct.new( :code, :context, :message) SENSITIVE = [] include Aws::Structure end |
#context ⇒ Hash<String,String>
The exception context.
1305 1306 1307 1308 1309 1310 1311 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 1305 class InternalServerErrorException < Struct.new( :code, :context, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
A human-readable description of the error.
1305 1306 1307 1308 1309 1310 1311 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 1305 class InternalServerErrorException < Struct.new( :code, :context, :message) SENSITIVE = [] include Aws::Structure end |