Class: Aws::MQ::Types::ResourceShareError

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

Overview

Returns info about the resource share error after updating the broker.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

The error code of the resource share.

Returns:

  • (String)


2649
2650
2651
2652
2653
2654
2655
# File 'lib/aws-sdk-mq/types.rb', line 2649

class ResourceShareError < Struct.new(
  :error_code,
  :resource_share_arn,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#resource_share_arnString

The ARN of the resource share.

Returns:

  • (String)


2649
2650
2651
2652
2653
2654
2655
# File 'lib/aws-sdk-mq/types.rb', line 2649

class ResourceShareError < Struct.new(
  :error_code,
  :resource_share_arn,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the resource share.

Returns:

  • (String)


2649
2650
2651
2652
2653
2654
2655
# File 'lib/aws-sdk-mq/types.rb', line 2649

class ResourceShareError < Struct.new(
  :error_code,
  :resource_share_arn,
  :status)
  SENSITIVE = []
  include Aws::Structure
end