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)


1873
1874
1875
1876
1877
1878
# File 'lib/aws-sdk-mq/types.rb', line 1873

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

#messageString

Returns:

  • (String)


1873
1874
1875
1876
1877
1878
# File 'lib/aws-sdk-mq/types.rb', line 1873

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