Class: Aws::MQ::Types::Error

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

The attribute which caused the error.



1975
1976
1977
1978
1979
1980
1981
# File 'lib/aws-sdk-mq/types.rb', line 1975

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

#messageString

The explanation of the error.



1975
1976
1977
1978
1979
1980
1981
# File 'lib/aws-sdk-mq/types.rb', line 1975

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

#resource_share_errorsArray<Types::ResourceShareError>

The list of resource share errors.



1975
1976
1977
1978
1979
1980
1981
# File 'lib/aws-sdk-mq/types.rb', line 1975

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