Class: Aws::Schemas::Types::InternalServerErrorException

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

Returns:

  • (String)


917
918
919
920
921
922
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 917

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

#messageString

Returns:

  • (String)


917
918
919
920
921
922
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 917

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