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
9156 9157 9158 9159 9160 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 9156 class NoSuchResource < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |