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)


2735
2736
2737
2738
2739
2740
# File 'lib/aws-sdk-mq/types.rb', line 2735

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

#messageString

The error message.

Returns:

  • (String)


2735
2736
2737
2738
2739
2740
# File 'lib/aws-sdk-mq/types.rb', line 2735

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