Class: Aws::MQ::Types::ResourceShareError
- Inherits:
-
Struct
- Object
- Struct
- Aws::MQ::Types::ResourceShareError
- 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
-
#error_code ⇒ String
The error code of the resource share.
-
#resource_share_arn ⇒ String
The ARN of the resource share.
-
#status ⇒ String
The status of the resource share.
Instance Attribute Details
#error_code ⇒ String
The error code of the resource share.
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_arn ⇒ String
The ARN of the resource share.
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 |
#status ⇒ String
The status of the resource share.
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 |