Class: Aws::BillingConductor::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::BillingConductor::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-billingconductor/types.rb
Overview
The request references a resource that doesn’t exist.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#resource_id ⇒ String
Resource identifier that was not found.
-
#resource_type ⇒ String
Resource type that was not found.
Instance Attribute Details
#message ⇒ String
2398 2399 2400 2401 2402 2403 2404 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 2398 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
Resource identifier that was not found.
2398 2399 2400 2401 2402 2403 2404 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 2398 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
Resource type that was not found.
2398 2399 2400 2401 2402 2403 2404 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 2398 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |