Class: Aws::Account::Types::ResourceUnavailableException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-account/lib/aws-sdk-account/types.rb

Overview

The operation failed because it specified a resource that is not currently available.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_typeString

The value populated to the x-amzn-ErrorType response header by API Gateway.

Returns:

  • (String)


1083
1084
1085
1086
1087
1088
# File 'gems/aws-sdk-account/lib/aws-sdk-account/types.rb', line 1083

class ResourceUnavailableException < Struct.new(
  :error_type,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

Returns:

  • (String)


1083
1084
1085
1086
1087
1088
# File 'gems/aws-sdk-account/lib/aws-sdk-account/types.rb', line 1083

class ResourceUnavailableException < Struct.new(
  :error_type,
  :message)
  SENSITIVE = []
  include Aws::Structure
end