Class: Aws::MQ::Types::SharedResourceError

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

Overview

Information on the error encountered by the resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The error code associated with the error.

Returns:

  • (String)


2767
2768
2769
2770
2771
2772
# File 'lib/aws-sdk-mq/types.rb', line 2767

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

#messageString

The error message.

Returns:

  • (String)


2767
2768
2769
2770
2771
2772
# File 'lib/aws-sdk-mq/types.rb', line 2767

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