Class: Aws::Billing::Types::ResourceNotFoundException

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

Overview

The specified ARN in the request doesn't exist.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#message ⇒ String

Returns:

  • (String)


1838
1839
1840
1841
1842
1843
1844
# File 'gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb', line 1838

class ResourceNotFoundException < Struct.new(
  :message,
  :resource_id,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#resource_id ⇒ String

Value is a list of resource IDs that were not found.

Returns:

  • (String)


1838
1839
1840
1841
1842
1843
1844
# File 'gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb', line 1838

class ResourceNotFoundException < Struct.new(
  :message,
  :resource_id,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#resource_type ⇒ String

Value is the type of resource that was not found.

Returns:

  • (String)


1838
1839
1840
1841
1842
1843
1844
# File 'gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb', line 1838

class ResourceNotFoundException < Struct.new(
  :message,
  :resource_id,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end