Class: Aws::NimbleStudio::Types::InternalServerErrorException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb

Overview

An internal error has occurred. Please retry your request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

A more specific error code.

Returns:

  • (String)


1305
1306
1307
1308
1309
1310
1311
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 1305

class InternalServerErrorException < Struct.new(
  :code,
  :context,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#contextHash<String,String>

The exception context.

Returns:

  • (Hash<String,String>)


1305
1306
1307
1308
1309
1310
1311
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 1305

class InternalServerErrorException < Struct.new(
  :code,
  :context,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

A human-readable description of the error.

Returns:

  • (String)


1305
1306
1307
1308
1309
1310
1311
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 1305

class InternalServerErrorException < Struct.new(
  :code,
  :context,
  :message)
  SENSITIVE = []
  include Aws::Structure
end