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.
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
6116 6117 6118 6119 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 6116 class NoSuchResource < Struct.new( :message) include Aws::Structure end |