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
7754 7755 7756 7757 7758 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 7754 class NoSuchResource < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |