Class: Aws::IAM::Types::NoSuchEntityException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::NoSuchEntityException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iam/types.rb
Overview
The request was rejected because it referenced a resource entity that does not exist. The error message describes the resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
8758 8759 8760 8761 8762 |
# File 'lib/aws-sdk-iam/types.rb', line 8758 class NoSuchEntityException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |