Class: Aws::Types::ErrorResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


288
289
290
# File 'sig/types.rbs', line 288

def 
  @account_id
end

#additional_details::Hash[::String, ::String]

Returns the value of attribute additional_details.

Returns:

  • (::Hash[::String, ::String])


289
290
291
# File 'sig/types.rbs', line 289

def additional_details
  @additional_details
end

#code"INVALID_RESOURCE_STATE", ...

Returns the value of attribute code.

Returns:

  • ("INVALID_RESOURCE_STATE", "RESOURCE_LIMIT_EXCEEDED", "RESOURCE_CREATION_FAILURE", "RESOURCE_UPDATE_FAILURE", "SERVICE_ENDPOINT_HEALTH_CHECK_FAILURE", "RESOURCE_DELETION_FAILURE", "RESOURCE_RETRIEVAL_FAILURE", "RESOURCE_IN_USE", "RESOURCE_NOT_FOUND", "STATE_TRANSITION_FAILURE", "REQUEST_LIMIT_EXCEEDED", "NOT_AUTHORIZED")


290
291
292
# File 'sig/types.rbs', line 290

def code
  @code
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


291
292
293
# File 'sig/types.rbs', line 291

def message
  @message
end

#resource_identifier::String

Returns the value of attribute resource_identifier.

Returns:

  • (::String)


292
293
294
# File 'sig/types.rbs', line 292

def resource_identifier
  @resource_identifier
end

#resource_type"ENVIRONMENT", ...

Returns the value of attribute resource_type.

Returns:

  • ("ENVIRONMENT", "APPLICATION", "ROUTE", "SERVICE", "TRANSIT_GATEWAY", "TRANSIT_GATEWAY_ATTACHMENT", "API_GATEWAY", "NLB", "TARGET_GROUP", "LOAD_BALANCER_LISTENER", "VPC_LINK", "LAMBDA", "VPC", "SUBNET", "ROUTE_TABLE", "SECURITY_GROUP", "VPC_ENDPOINT_SERVICE_CONFIGURATION", "RESOURCE_SHARE", "IAM_ROLE")


293
294
295
# File 'sig/types.rbs', line 293

def resource_type
  @resource_type
end