Class: Aws::RAM::Types::InvalidResourceTypeException

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

Overview

The operation failed because the specified resource type isn't valid.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1697
1698
1699
1700
1701
# File 'gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb', line 1697

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