Class: Aws::BillingConductor::Types::ResourceNotFoundException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#message ⇒ String

Returns:

  • (String)


2605
2606
2607
2608
2609
2610
2611
# File 'lib/aws-sdk-billingconductor/types.rb', line 2605

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

#resource_id ⇒ String

Resource identifier that was not found.

Returns:

  • (String)


2605
2606
2607
2608
2609
2610
2611
# File 'lib/aws-sdk-billingconductor/types.rb', line 2605

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

#resource_type ⇒ String

Resource type that was not found.

Returns:

  • (String)


2605
2606
2607
2608
2609
2610
2611
# File 'lib/aws-sdk-billingconductor/types.rb', line 2605

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