Class: Aws::MQ::Types::InternalServerErrorException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mq/types.rb

Overview

Returns information about an error.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_attributeString

Returns:

  • (String)

1909
1910
1911
1912
1913
1914
# File 'lib/aws-sdk-mq/types.rb', line 1909

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

#messageString

Returns:

  • (String)

1909
1910
1911
1912
1913
1914
# File 'lib/aws-sdk-mq/types.rb', line 1909

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