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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

#messageString

Returns:

  • (String)


698
699
700
701
702
703
704
# File 'lib/aws-sdk-billing/types.rb', line 698

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

#resource_idString

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

Returns:

  • (String)


698
699
700
701
702
703
704
# File 'lib/aws-sdk-billing/types.rb', line 698

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

#resource_typeString

Value is the type of resource that was not found.

Returns:

  • (String)


698
699
700
701
702
703
704
# File 'lib/aws-sdk-billing/types.rb', line 698

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