Method: Aws::AuditManager::Types::ResourceNotFoundException#resource_type
- Defined in:
- lib/aws-sdk-auditmanager/types.rb
#resource_type ⇒ String
The type of resource that’s affected by the error.
4063 4064 4065 4066 4067 4068 4069 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 4063 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |