Class: Aws::Types::AttachmentError

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#code ⇒ "VPC_NOT_FOUND", ...

Returns the value of attribute code.

Returns:

  • ("VPC_NOT_FOUND", "SUBNET_NOT_FOUND", "SUBNET_DUPLICATED_IN_AVAILABILITY_ZONE", "SUBNET_NO_FREE_ADDRESSES", "SUBNET_UNSUPPORTED_AVAILABILITY_ZONE", "SUBNET_NO_IPV6_CIDRS", "VPN_CONNECTION_NOT_FOUND", "MAXIMUM_NO_ENCAP_LIMIT_EXCEEDED", "DIRECT_CONNECT_GATEWAY_NOT_FOUND", "DIRECT_CONNECT_GATEWAY_EXISTING_ATTACHMENTS", "DIRECT_CONNECT_GATEWAY_NO_PRIVATE_VIF", "VPN_EXISTING_ASSOCIATIONS", "VPC_UNSUPPORTED_FEATURES")


112
113
114
# File 'sig/types.rbs', line 112

def code
  @code
end

#message ⇒ ::String

Returns the value of attribute message.

Returns:

  • (::String)


113
114
115
# File 'sig/types.rbs', line 113

def message
  @message
end

#request_id ⇒ ::String

Returns the value of attribute request_id.

Returns:

  • (::String)


115
116
117
# File 'sig/types.rbs', line 115

def request_id
  @request_id
end

#resource_arn ⇒ ::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


114
115
116
# File 'sig/types.rbs', line 114

def resource_arn
  @resource_arn
end