Class: Aws::CloudFront::Types::NoSuchResource
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::NoSuchResource
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
A resource that was specified is not valid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
11223 11224 11225 11226 11227 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 11223 class NoSuchResource < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |