Class: Aws::NetworkManager::Types::AttachmentError
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::AttachmentError
- Defined in:
- gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb
Overview
Describes the error associated with an attachment request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
The error code for the attachment request.
-
#message ⇒ String
The message associated with the error
code
. -
#request_id ⇒ String
The ID of the attachment request.
-
#resource_arn ⇒ String
The ARN of the requested attachment resource.
Instance Attribute Details
#code ⇒ String
The error code for the attachment request.
357 358 359 360 361 362 363 364 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 357 class AttachmentError < Struct.new( :code, :message, :resource_arn, :request_id) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The message associated with the error code
.
357 358 359 360 361 362 363 364 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 357 class AttachmentError < Struct.new( :code, :message, :resource_arn, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The ID of the attachment request.
357 358 359 360 361 362 363 364 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 357 class AttachmentError < Struct.new( :code, :message, :resource_arn, :request_id) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The ARN of the requested attachment resource.
357 358 359 360 361 362 363 364 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 357 class AttachmentError < Struct.new( :code, :message, :resource_arn, :request_id) SENSITIVE = [] include Aws::Structure end |