Class: Aws::AccessAnalyzer::Types::UnprocessableEntityException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::UnprocessableEntityException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-accessanalyzer/types.rb
Overview
The specified entity could not be processed.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4063 4064 4065 4066 4067 |
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 4063 class UnprocessableEntityException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |