Class: Aws::Macie2::Types::UnprocessableEntityException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::UnprocessableEntityException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-macie2/types.rb
Overview
Provides information about an error that occurred due to an unprocessable entity.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
6434 6435 6436 6437 6438 |
# File 'lib/aws-sdk-macie2/types.rb', line 6434 class UnprocessableEntityException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |