Class: Aws::AccessAnalyzer::Types::UnprocessableEntityException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-accessanalyzer/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

#messageString

Returns:

  • (String)


3768
3769
3770
3771
3772
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 3768

class UnprocessableEntityException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end