Class: Aws::NetworkManager::Types::AttachmentError

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#codeString

The error code for the attachment request.

Returns:

  • (String)


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

#messageString

The message associated with the error code.

Returns:

  • (String)


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_idString

The ID of the attachment request.

Returns:

  • (String)


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_arnString

The ARN of the requested attachment resource.

Returns:

  • (String)


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