Class: Aws::SupportApp::Types::ResourceNotFoundException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-supportapp/lib/aws-sdk-supportapp/types.rb

Overview

The specified resource is missing or doesn't exist, such as an account alias, Slack channel configuration, or Slack workspace configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


360
361
362
363
364
# File 'gems/aws-sdk-supportapp/lib/aws-sdk-supportapp/types.rb', line 360

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