Class: Aws::MediaPackageV2::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackageV2::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediapackagev2/types.rb
Overview
The specified resource doesn’t exist.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#resource_type_not_found ⇒ String
The specified resource type wasn’t found.
Instance Attribute Details
#message ⇒ String
2887 2888 2889 2890 2891 2892 |
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 2887 class ResourceNotFoundException < Struct.new( :message, :resource_type_not_found) SENSITIVE = [] include Aws::Structure end |
#resource_type_not_found ⇒ String
The specified resource type wasn’t found.
2887 2888 2889 2890 2891 2892 |
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 2887 class ResourceNotFoundException < Struct.new( :message, :resource_type_not_found) SENSITIVE = [] include Aws::Structure end |